home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / omenu302.arc / OMENU.DOC < prev    next >
Text File  |  1990-04-01  |  8KB  |  147 lines

  1. oMENU v3.02 * Disk Menu System
  2. Copyright (C) 1990 Overerx Inc., Kingston, Ontario, Canada
  3. ------------------------------------------------------------------------------
  4.  
  5. Files contained in oMENU.LZH:
  6.  
  7. oMENU    EXE   Main program Part 1.
  8. oMENU0   EXE   Main program Part 2 accessed by oMENU.EXE.
  9. oMENU    DOC   This document.
  10. CAL      EXE   Calendar option accessed by oMENU.EXE.
  11. CALI     EXE   Calendar option utility accessed by CAL.EXE.
  12. NOTE     EXE   NOTE/MEMO option accessed by oMENU.EXE.
  13. CLOCK    EXE   Wandering clock option accessed by oMENU.EXE.
  14. oMENU    001 * Sample Menu data (Edit with oMENU.EXE or delete).
  15. MEMOS    N01 * Memo data/index files 1 of 4.
  16. MEMOS    N02 * Memo data/index files 2 of 4.
  17. MEMOS    N03 * Memo data/index files 3 of 4.
  18. MEMOS    N04 * Memo data/index files 4 of 4.
  19. REGISTER EXE   Registration Key Utility
  20. oMENU    REG   Registration Key File created by REGISTER.EXE (do not delete).
  21.  
  22. * Indicates the file will be created by oMENU.EXE initially if deleted.
  23.   If UPGRADING, delete these files first.  Only use the *.EXE & *.DOC
  24.   files to upgrade.
  25.  
  26. ------------------------------------------------------------------------------
  27.  
  28. DESCRIPTION:   A complete DISK MENU system.  Provides fast and easy access to
  29.                your programs.  Displays a simple list of your applications and
  30.                allows you to select one using the arrow keys.  No knowledge of
  31.                DOS required.
  32.  
  33.    Hardware Requirements : IBM compatible, 256k RAM, hard drive.
  34.  
  35.    Other Requirements : DOS 2.11 or higher.
  36.  
  37. ------------------------------------------------------------------------------
  38.  
  39. FEATURES:   o THIS PROGRAM DOES NOT STAY MEMORY RESIDENT LIKE SOME OTHER MENU
  40.               SYSTEMS.  SOME SYSTEMS CAN TAKE AWAY A LARGE AMOUNT OF YOUR
  41.               COMPUTERS MEMORY WHICH CAN RESULT IN LARGER PROGRAMS NOT RUNNING
  42.               AT ALL, RUNNING INEFFICIENTLY, OR IN SOME CASES LOST DATA!
  43.             o Easy to operate, not complicated to view or use. Users just
  44.               select a program choice, and press enter.
  45.             o DOES NOT REQUIRE ANY KNOWLEDGE OF DOS.  oMENU CREATES IT'S
  46.               OWN COMMANDS FOR THE FILES YOU POINT IT TO.  YOU DON'T HAVE
  47.               TO GIVE ANY DOS COMMANDS.  JUST USE THE CURSOR ARROWS.
  48.             o RUNS ANY *.EXE *.COM OR *.BAT FILES.
  49.             o BUILT IN CALENDAR AND MEMO SYSTEM.
  50.             o OPTIONAL PASSWORD ACCESS TO SETUP AREAS.
  51.             o OPTIONAL PASSWORD ACCESS TO EACH MENU ITEM.
  52.             o Allows an unlimited number menu items (15/page unlimited pages).
  53.             o Easy to maintain, just edit the item and use the arrow keys to
  54.               locate the actual program.
  55.             o FAST & NON MEMORY RESIDENT. Does not waste memory.
  56.             o Each menu page can be a different Color.
  57.             o Menu Pages can be paged or accessed directly from another menu.
  58.             o Automatically displays a moving clock when keyboard is not used
  59.               for 2 minutes.  (Moves around to avoid screen burn in.)
  60.  
  61. ------------------------------------------------------------------------------
  62.  
  63. INSTALLATION:  To install your oMENU system ...
  64.  
  65. 1. Make a sub-directory on your hard drive or floppy disk called MENU.
  66.    (You can use any sub-directory name.)
  67. 2. Then copy the oMENU files to that sub-directory.
  68. 3. Then type oMENU and press ENTER.  This creates 1.BAT.
  69. 4. Then COPY 1.BAT to any sub-directory included in your path assignment.
  70.    This makes oMENU accessible from any location by pressing 1 <enter>.
  71.  
  72. You may also want to include automatic execution of your oMENU system in
  73. your AUTOEXEC.BAT file by making it's last command line a 1.
  74.  
  75. To operate oMENU from DOS, type 1 and then press ENTER.  Once setup, move
  76. your cursor bar up and down with your arrow keys, and choose a function by
  77. pressing ENTER.  To maintain items, and their disk locations, press ? for
  78. SETUP functions.
  79.  
  80. ------------------------------------------------------------------------------
  81.  
  82. NOTES: * When the keyboard has not been touched for 2 to 3 minutes, a
  83.          moving clock is displayed.  To exit press any key.
  84.        * If you would rather have the screen BLANK (no moving clock) then
  85.          delete the file called CLOCK.EXE.
  86.        * When the program is first run, or if a new page is created, press
  87.          ? for SETUP to set colors, edit/add new items or menu title, etc.
  88.        * The Browse function will let you browse text files if LIST.COM is in
  89.          your DOS path.  Any LIST or BROWSE program can be used as long as it
  90.          is in your DOS path and is named LIST.com or LIST.exe.
  91.        * For MINIMUM disk space (no calendar/memos/moving clock), the only
  92.          files absolutely required are: oMENU.EXE, oMENU0.EXE, oMENU.REG.
  93.          (and the data files they create)
  94.        * When you register oMENU, the annoying UNREGISTERED SOFTWARE message
  95.          box will never annoy you again, and ALL future updates are free.
  96.  
  97. ------------------------------------------------------------------------------
  98. FILE LOCATION SERVICE:  Part of the power of oMENU is due to it's File
  99. Location Service.  When you ADD or EDIT your menu item listing, you will then
  100. be prompted for an optional password to access the item.  Then you will be
  101. required to point out the related file using the File Location Service.  On
  102. the bottom line of your screen, the options are as follows:
  103.  
  104.  Esc=EXIT  A,B,C=DRIVE  Home=PAUSE off  Tab=CMD LINE   !=DOS COMMAND  *=BROWSE
  105.  
  106.    =========================================================================
  107.    Choice            Action
  108.    =========================================================================
  109.    Esc=EXIT          Causes an exit to DOS at your current location.
  110.    A,B,C=DRIVE       Causes a drive change (supports A to F).
  111.    Home=PAUSE off    Causes a pause after execution, then returns to oMENU.
  112.    Tab=CMD LINE      Allows input of a command line (then choose program).
  113.    !=DOS COMMAND     Allows input of a DOS command.  Pause after execution is
  114.                      automatic for this choice.
  115.    *=BROWSE          Causes the file chosen to be browsed using LIST if it
  116.                      exists in your path.  Any LIST program can be used
  117.                      (name must be LIST.COM or LIST.EXE).
  118.  
  119. When in File Location Service, just use the arrow keys to locate a program and
  120. press enter to register it.  If the choice is not an EXE, BAT, or COM file it
  121. will not let you select it (unless using the * browse key).  If your choice is
  122. a batch file, you will be prompted to release control of the operation to the
  123. batch file (thereby causing the batch file chosen to take over from oMENU when
  124. it is selected later as a menu choice), or to return to oMENU after execution.
  125. Usually the choice to RETURN to oMENU is used.
  126.  
  127. ------------------------------------------------------------------------------
  128.  
  129. REGISTRATION:  To register, run REGISTER.EXE.  It will printout an application
  130.                for you.  Just fill in your name and address.  Send it to
  131.                Overerx Inc. (address below).
  132.  
  133. When you receive your REGISTRATION KEY, run REGISTER.EXE again and enter the
  134. key.  oMENU will then be registered and legally yours.  In addition, you will
  135. be able to use future updates of oMENU using the same REGISTRATION KEY.  So
  136. when you register once, you never pay again.
  137.  
  138. Registration is $15.00.
  139.  
  140. ------------------------------------------------------------------------------
  141.  
  142.                          CUSTOM APPLICATIONS AVAILABLE
  143.  
  144. ------------------------------------------------------------------------------
  145. OVERERX INC., Box 323 Sta A, Kingston, Ontario, Canada K7M 6R2
  146.               613-389-3992 Data line   1:249/114.0 FidoNet
  147.